Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntry Method / AddDictEntry(PdfName,IList<Int32>,IList<Int32>) Method

In This Topic
    AddDictEntry(PdfName,IList<Int32>,IList<Int32>) Method
    In This Topic
    Adds a dictionary entry with integer array value.
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntry( _
       ByVal key As PdfName, _
       ByVal value As System.Collections.Generic.IList(Of Integer), _
       Optional ByVal defValue As System.Collections.Generic.IList(Of Integer) _
    ) 
    public void AddDictEntry( 
       PdfName key,
       System.Collections.Generic.IList<int> value,
       System.Collections.Generic.IList<int> defValue
    )

    Parameters

    key
    value
    defValue
    See Also